home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg4.cab / panel.py < prev    next >
Text File  |  2005-11-19  |  162b  |  10 lines

  1. """curses.panel
  2.  
  3. Module for using panels with curses.
  4. """
  5.  
  6. __revision__ = "$Id: panel.py,v 1.1 2000/12/22 21:58:29 akuchling Exp $"
  7.  
  8. from _curses_panel import *
  9.  
  10.